Skip to content

Add merge_GSEA function#6

Merged
danoguevara merged 7 commits intoBigMindLab:mainfrom
DanielGarbozo:new_GSEA_functions
Jul 26, 2025
Merged

Add merge_GSEA function#6
danoguevara merged 7 commits intoBigMindLab:mainfrom
DanielGarbozo:new_GSEA_functions

Conversation

@DanielGarbozo
Copy link
Collaborator

I added the merge_GSEA function to obtain an output tsv file from all collections.
I change the documentation as well.

@danoguevara
Copy link
Collaborator

  • Make sure the imported packages for your functions have the proper syntax within your function.
  • You are missing adding the dependencies to the DESCRIPTION file. Do it by applying usethis::use_package("pkg1").
  • Make sure to automatically generate the .Rd file of your function with the devtools::document() package.
  • Avoid parsing arguments into the function (function.R <arg> <arg>) like a CLI tool. R functions are better used when applied directly like this: function(arg1, arg2).

DanielGarbozo and others added 5 commits July 24, 2025 13:49
Refactored merge_GSEA to use function arguments instead of CLI parsing
Adds plot_global_GSEA to the NAMESPACE file so it can be accessed when the package is loaded.
Document plot_global_GSEA generated by roxygen2
@danoguevara danoguevara merged commit 7fe67c7 into BigMindLab:main Jul 26, 2025
0 of 5 checks passed
@DanielGarbozo DanielGarbozo deleted the new_GSEA_functions branch August 4, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants